Fix base image builds and add PR compatibility validation for 1.29 patch prep#307
Merged
chaptersix merged 12 commits intotemporalio:mainfrom Feb 25, 2026
Merged
Conversation
awln-temporal
approved these changes
Feb 25, 2026
Contributor
Author
|
feature test s are expect to not build. There was a backward incompatible image build change mad.e build images fails due to creds that are not available in PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
base-admin-toolscqlsh installation on Alpine by constraining build-time setuptools (setuptools<81) so cassandra-driver source builds continue to work after setuptools v82 removedpkg_resources.base-serverbuilder image tag fromgolang:1.25-alpine3.23.3to valid upstream taggolang:1.25-alpine3.23.Docker PR Compatibility) that:server,admin-tools, andauto-setupimages against those PR-built base images to validate compatibility.Why?
We are preparing for a 1.29 patch release and need base image changes to both build reliably and be validated against downstream runtime images during PRs.
Checklist
Closes
N/A
How was this tested:
cqlshinstallation failure indocker/base-images/base-admin-tools.Dockerfile.base-servernow references a valid Go Alpine tag.No